home *** CD-ROM | disk | FTP | other *** search
- local scenario = GetProperties()
-
- scenario.Title = "dm_newmap1"
- scenario.ScenarioType = SCT_DEATHMATCH
- scenario.Description = "dm_newmap1_d"
- scenario.Map = "v6.dat"
- scenario.iSortOrder = 20
-
- scenario.SmallSecAllies = 2 -- from 7
- scenario.MediumSecAllies = 1 -- from 4
- scenario.LargeSecAllies = 0 -- from 1
-
- scenario.MapSize = 2
- scenario.Picture = "v6.dds"
-
- --SetAllies( AI_RELAXED, DENSITY_V_LOW, 2, 1, 0, 0, 1, 0 )
- --SetAllies( AI_EASY, DENSITY_V_LOW, 1, 1, 0, 0, 1, 0 )
- SetAllies( AI_MEDIUM, DENSITY_V_LOW, 0, 1, 0, 0, 1, 0 )
- --SetAllies( AI_HARD, DENSITY_V_LOW, 0, 1, 0, 1, 1, 0 )
- --SetAllies( AI_IMPOSSIBLE, DENSITY_V_LOW, 0, 1, 0, 2, 1, 0 )
-
- --SetAllies( AI_RELAXED, DENSITY_LOW, 3, 1, 1, 3, 0, 0 )
- --SetAllies( AI_EASY, DENSITY_LOW, 2, 1, 1, 2, 1, 0 )
- SetAllies( AI_MEDIUM, DENSITY_LOW, 1, 1, 0, 1, 1, 0 )
- --SetAllies( AI_HARD, DENSITY_LOW, 3, 1, 0, 2, 1, 1 )
- --SetAllies( AI_IMPOSSIBLE, DENSITY_LOW, 2, 1, 0, 3, 1, 1 )
-
- --SetAllies( AI_RELAXED, DENSITY_MEDIUM, 3, 3, 1, 1, 1, 1 )
- --SetAllies( AI_EASY, DENSITY_MEDIUM, 3, 2, 1, 2, 2, 0 )
- SetAllies( AI_MEDIUM, DENSITY_MEDIUM, 2, 1, 0, 2, 1, 0 )
- --SetAllies( AI_HARD, DENSITY_MEDIUM, 2, 1, 1, 3, 2, 1 )
- --SetAllies( AI_IMPOSSIBLE, DENSITY_MEDIUM, 2, 2, 0, 5, 1, 1 )
-
- --SetAllies( AI_RELAXED, DENSITY_HIGH, 5, 2, 2, 3, 2, 0 )
- --SetAllies( AI_EASY, DENSITY_HIGH, 4, 2, 2, 4, 2, 0 )
- SetAllies( AI_MEDIUM, DENSITY_HIGH, 2, 2, 0, 2, 2, 0 )
- --SetAllies( AI_HARD, DENSITY_HIGH, 4, 1, 1, 3, 2, 2 )
- --SetAllies( AI_IMPOSSIBLE, DENSITY_HIGH, 3, 1, 1, 4, 2, 2 )
-
- --SetAllies( AI_RELAXED, DENSITY_V_HIGH, 5, 3, 3, 4, 1, 1 )
- --SetAllies( AI_EASY, DENSITY_V_HIGH, 5, 2, 3, 4, 2, 1 )
- SetAllies( AI_MEDIUM, DENSITY_V_HIGH, 3, 2, 0, 3, 2, 0 )
- --SetAllies( AI_HARD, DENSITY_V_HIGH, 5, 2, 1, 4, 2, 3 )
- --SetAllies( AI_IMPOSSIBLE, DENSITY_V_HIGH, 4, 2, 1, 5, 2, 3 )
-
-
- scenario.bIsFirstDisclosureObliged = true
- scenario.FirstDisclose = 1
- scenario.FurtherDisclose = 1
-
- scenario.RevenueTurnsCount = 10
-
- function CheckForVictory()
- return dmCheckForVictory()
- end
-
- function InitialSetup()
- SetCamera(-0.504433, 0.000000, 0.863451, 0.000000, -0.769364, 0.453938, -0.449466, 0.000000,-0.391953, -0.891033, -0.228981, 0.000000,2052.810547, 2524.137939, -119.450317, 1.000000)
- end
-
- function OnShowObjectives()
- dmShowObjectives()
- end